type net/http.http1ClientConn
9 uses
net/http (current package)
clientconn.go#L194: cc.cc = http1ClientConn{pconn}
clientconn.go#L375: type http1ClientConn struct {
clientconn.go#L379: func (cc http1ClientConn) RoundTrip(req *Request) (*Response, error) {
clientconn.go#L398: func (cc http1ClientConn) Close() error {
clientconn.go#L403: func (cc http1ClientConn) Err() error {
clientconn.go#L412: func (cc http1ClientConn) Available() int {
clientconn.go#L421: func (cc http1ClientConn) InFlight() int {
clientconn.go#L430: func (cc http1ClientConn) Reserve() error {
clientconn.go#L445: func (cc http1ClientConn) Release() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |